Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Dec 2017 13:04:26 +0000 (08:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Dec 2017 13:04:26 +0000 (08:04 -0500)
gtk/gtkcssstyle.c

index 78af3ae9d432b96706e20dde5ee1df157578fc47..d896aebed3cff26fbe803a5be23547cf9f5375ee 100644 (file)
@@ -426,7 +426,6 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style)
         append_separated (s, "ruby 1");
     }
 
-g_print ("before: %s\n", s->str);
   value = gtk_css_style_get_value (style, GTK_CSS_PROPERTY_FONT_FEATURE_SETTINGS);
   settings = gtk_css_font_features_value_get_features (value);
   if (settings)
@@ -434,7 +433,6 @@ g_print ("before: %s\n", s->str);
       append_separated (s, settings);
       g_free (settings);
     }
-g_print ("after: %s\n", s->str);
 
   attrs = add_pango_attr (attrs, pango_attr_font_features_new (s->str));
   g_string_free (s, TRUE);